Confusing Issues :
	- Pills didn't show up when at the home after unlocking them, not sure if this is caused by the mod or just the game being weird.

Critical Issues :
	- 

Major Issues :
	- 

Minor Issues :
	- When transporting back home there are triggers you can accidentally skip. These trigger if you return to where you're 'suppose' to be but can be confusing.
	- Losing on some fights will trigger a victory or item obtained sound effect even after losing
	- Kagura Logo and Disclaimer may show up for a split second when starting a new game (caused by Kagura Logo Skip Mod)

>> Special Notes <<

Vampires self-delete after event, need to make a custom handler if I want these to interact with the mod properly

add Proof of Water
WoditorEvCOMMAND_START
[300][5,1]<0>(0,3,89,1,0)("ƒAƒCƒeƒ€ÌŽæ")
WoditorEvCOMMAND_END

add FlowerPetal
WoditorEvCOMMAND_START
[300][4,1]<0>(0,2,8,1)("ƒAƒCƒeƒ€‘Œ¸")
[300][3,2]<0>(0,4112,0)("ƒ|ƒbƒvƒAƒbƒvƒƒbƒZ[ƒW","You obtain \udb[6:8].")
[121][4,0]<0>(2000007,2,0,0)()
WoditorEvCOMMAND_END

Elf Event (elf on flower field where player is forced to walk across)
Resides on map 57_2 (72)
Need to check if this enemy/event stays after player is defeated
If so, add a title death or move delete trigger

add Theif Items (PawprintKey, Proof of Thieves)
WoditorEvCOMMAND_START
[300][5,1]<0>(0,3,179,1,0)("ƒAƒCƒeƒ€ÌŽæ")
[300][5,1]<0>(0,3,88,1,0)("ƒAƒCƒeƒ€ÌŽæ")
WoditorEvCOMMAND_END

add Proof of Dark Elves
WoditorEvCOMMAND_START
[300][5,1]<0>(0,3,92,1,0)("ƒAƒCƒeƒ€ÌŽæ")
WoditorEvCOMMAND_END

>> Modded Files <<
	BasicData>CDataBase.dat
	BasicData>CDataBase.project
	BasicData>CommonEvents.dat
	BasicData>MapTreeOpenStatus.dat
	BasicData>SysDatabase.dat
	BasicData>SysDatabase.project
	MapData>Map025.mps
	MapData>Map040.mps
	MapData>Map057.mps
	MapData>Map057_1.mps
	MapData>Map058.mps


>> Edits <<

Variable Database :
	Added 1 to the type count (added #13)
13	: Named MODtrigcheck > Defined Field 0 to State = number 0 > Define field 1 to Complete = number 0\
	0	: titleDeath / 0,0
	1	: Undine_Proof / 0,0
	2	: FlowerPetal

Map Data :

57	:
	03	:
		pg2 0	:	# Spirit Kitty - Moved Flower Petal Obtained Events to Mod System and Added MOD Event Flag
>			1	:	Set MODtrigcheck>titleDeath>State = 1
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,1,0,0,13,2,0)()
WoditorEvCOMMAND_END
]
	09	:
		14	:	Remove Add Proof of Water Event
		13	:	# Spirit Kitty - Set Undine Event Flag and Removed Proof of Water Reward
>		14	:	Set MODtrigcheck>Undine_Proof>State to 1
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,1,0,0,13,1,0)()
WoditorEvCOMMAND_END
]
67	:
	14	:
		30	:	Remove get PawprintKey
			:	Remove get Proof of Thieves
		28	:	# Spirit Kitty - Moved Proof and Key to MOD Event, Set Mod event flag
>			:	Set MODtrig>Theif>State = 1
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,1,0,0,13,3,0)()
WoditorEvCOMMAND_END
]
		pg2 16	:	Remove get PawprintKey
				:	Remove get Proof of Thieves
		pg2 12	:	# Spirit Kitty - Moved Proof and Key to MOD Event, Set Mod event flag
>				:	Set MODtrig>Theif>State = 1
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,1,0,0,13,3,0)()
WoditorEvCOMMAND_END
]
58	:
	15	:
		11	:	Removed Get Poof of Dark Elves
		4	:	# Spirit Kitty - Moved Proof of Dark Elf to mod event, set event flag
>			:	Set MODtrig>Dark_Proof>State = 1
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,1,0,0,13,4,0)()
WoditorEvCOMMAND_END
]
40	:
	63	:
		pg5 14	:	Removed get Mushroom Proof
		pg5	9	:	# Spirit Kitty - Moved Proof of Mushroom to mod event, set event flag
>				:	Set MODtrig>Mush_Proof>State = 1
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,1,0,0,13,5,0)()
WoditorEvCOMMAND_END
]
25	:
	08	:
		19	:	#	Spirit Kitty - Set titleDeath Flag
>			:	Set titleDeath Flag
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,1,0,0,13,0,0)()
WoditorEvCOMMAND_END
]
		

Common Event :
11	:
	484	:	Changed Wait to 60 frames
	485	:	# Spirit Kitty - Insert Condition to check for titleDeath, else transport hero and grant +10EXP
		:	Set titleDeath Flag = 0
[
WoditorEvCOMMAND_START
[121][7,0]<0>(1100000000,0,0,0,13,0,0)()
WoditorEvCOMMAND_END
]
>	487	:	Added Condition , MODtrigcheck>titleDeath>State = 1 / else
>		:	MODtrigcheck>titleDeath>State = 1
>			:	Moved "Go to Title" from out of condition into condition
>		:	else
>			:	Added +10 EXP to protag
>			:	Added Transition hero to map46 x10 y7 with fade
>			:	Added MODtrigcheck>titleDeath>Complete += 1
[
WoditorEvCOMMAND_START
[111][4,0]<0>(17,1113000000,1,2)()
[401][1,0]<0>(1)()
[174][0,0]<1>()()
[0][0,0]<1>()()
[420][1,0]<0>(0)()
[250][5,4]<1>(2,0,8,327696,10)("","ŽålŒöƒXƒe","","EXP")
[130][5,0]<1>(-1,10,7,46,32)()
[121][7,0]<1>(1100000000,1,0,256,13,0,1)()
[0][0,0]<1>()()
[499][0,0]<0>()()
WoditorEvCOMMAND_END
]
	395	:	# Spirit Kitty
>	396	:	Added Condition , Cself0 == 5 Undine
		:	CSelf0 == 5
>			:	Added Condition , MODtrig>Undine_Proof>State == 1
>			:	MODtrigcheck>Undine_Proof>State == 1
>				: Add item Proof of Water
>				: MODtrigcheck>Undine_Proof>Complete = 1
>				: Set MODtrigcheck>Undine_Proof>State = 0
[
WoditorEvCOMMAND_START
[111][4,0]<0>(1,1600000,5,2)()
[401][1,0]<0>(1)()
[111][4,0]<1>(1,1113000100,1,2)()
[401][1,0]<1>(1)()
[300][5,1]<2>(0,3,89,1,0)("ƒAƒCƒeƒ€ÌŽæ")
[121][7,0]<2>(1100000000,1,0,0,13,1,1)()
[121][7,0]<2>(1100000000,0,0,0,13,1,0)()
[0][0,0]<2>()()
[499][0,0]<1>()()
[0][0,0]<1>()()
[499][0,0]<0>()()
WoditorEvCOMMAND_END
]
>		:	Added Condition , Cself0 == 2 Floweria
>		:	CSelf0 == 2
>			:	Added Condition , MODtrig>FlowerPetal>state == 1
>				:	Add item Flower Petal
>				:	Obtain Message
>				:	Set Story Flag
>				:	MODtrig>FlowerPetal State=0 Complete=1
[
WoditorEvCOMMAND_START
[111][4,0]<0>(1,1600000,2,2)()
[401][1,0]<0>(1)()
[111][4,0]<1>(1,1113000200,1,2)()
[401][1,0]<1>(1)()
[300][4,1]<2>(0,2,8,1)("ƒAƒCƒeƒ€‘Œ¸")
[300][3,2]<2>(0,4112,0)("ƒ|ƒbƒvƒAƒbƒvƒƒbƒZ[ƒW","You obtain \udb[6:8].")
[121][4,0]<2>(2000007,2,0,0)()
[121][7,0]<2>(1100000000,1,0,0,13,2,1)()
[121][7,0]<2>(1100000000,0,0,0,13,2,0)()
[0][0,0]<2>()()
[499][0,0]<1>()()
[0][0,0]<1>()()
[499][0,0]<0>()()
WoditorEvCOMMAND_END
]

	Theif Code
[
WoditorEvCOMMAND_START
[111][4,0]<0>(1,1600000,32,2)()
[401][1,0]<0>(1)()
[111][4,0]<1>(1,1113000300,1,2)()
[401][1,0]<1>(1)()
[300][5,1]<2>(0,3,179,1,0)("ƒAƒCƒeƒ€ÌŽæ")
[300][5,1]<2>(0,3,88,1,0)("ƒAƒCƒeƒ€ÌŽæ")
[121][7,0]<2>(1100000000,1,0,0,13,3,1)()
[121][7,0]<2>(1100000000,0,0,0,13,3,0)()
[0][0,0]<2>()()
[499][0,0]<1>()()
[0][0,0]<1>()()
[499][0,0]<0>()()
WoditorEvCOMMAND_END

	Dark Elf Code
[
WoditorEvCOMMAND_START
[111][4,0]<0>(1,1600000,36,2)()
[401][1,0]<0>(1)()
[111][4,0]<1>(1,1113000400,1,2)()
[401][1,0]<1>(1)()
[300][5,1]<2>(0,3,92,1,0)("ƒAƒCƒeƒ€ÌŽæ")
[121][7,0]<2>(1100000000,1,0,0,13,4,1)()
[121][7,0]<2>(1100000000,0,0,0,13,4,0)()
[0][0,0]<2>()()
[499][0,0]<1>()()
[0][0,0]<1>()()
[499][0,0]<0>()()
WoditorEvCOMMAND_END
]

	Mushroom Code
[
WoditorEvCOMMAND_START
[111][4,0]<0>(1,1600000,22,2)()
[401][1,0]<0>(1)()
[111][4,0]<1>(1,1113000500,1,2)()
[401][1,0]<1>(1)()
[300][5,1]<2>(0,3,93,1,0)("ƒAƒCƒeƒ€ÌŽæ")
[121][7,0]<2>(1100000000,1,0,0,13,5,1)()
[121][7,0]<2>(1100000000,0,0,0,13,5,0)()
[0][0,0]<2>()()
[499][0,0]<1>()()
[0][0,0]<1>()()
[499][0,0]<0>()()
WoditorEvCOMMAND_END
]

116 :
	0	:	Changed Timer value to 5000
	0	:	# Spirit Kitty - Changed Val to 5000 to skip timer check